body {
    background: url("./intro-bg.webp") center center no-repeat fixed;
    background-size: cover;
}

.ss-group {
    font-family: "Libre Baskerville", serif;
    color: rgb(62, 64, 149);
    text-shadow: white 0.5px 0.5px 0.5px;
    letter-spacing: -4px;
    align-self: center;
    font-size: 30px;
}


/* .img-card {
    background-color: transparent;
    align-self: center;
    width: 100%;
} */

.linha {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.div-card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.1);
    justify-content: center;
    height: 100%;
    margin: 5px 10px;
    padding: 2px;
}

.div-card a {
    text-decoration: none;
    color: #000;
}

h6 a {
    color: white;
    text-decoration: none;
}

@media (max-width: 500px) {
    .div-card {
        width: 400px;
    }
    .ss-group {
        font-size: 20px;
        align-self: center;
    }
    div img {
        height: 30%;
    }
    .img-card {
        background-color: transparent;
        width: 70%;
    }
    h6 {
        font-size: 12px;
        align-self: center;
    }
}

@media (min-width: 768px) {
    .ss-group {
        font-size: 30px;
    }
    div img {
        height: 40%;
    }
}

@media (min-width: 1200px) {
    /*     .ss-group {
        font-size: 35px;
    }
    .div-card{
    width: 90%;
    height: 90%;
    padding: 15px;
} */
}